home *** CD-ROM | disk | FTP | other *** search
- unit common;
-
- interface
-
- const
- cPLUGIN_DESCRIBE = 'DescribePlugin';
- cPLUGIN_INIT = 'InitPlugin';
-
- type
- TPluginDescribe = procedure (var Desc: string); stdcall;
- //TPluginInit = procedure (); stdcall;
-
- implementation
-
- end.
-